net/http.Server.shuttingDown (method)
7 uses
net/http (current package)
server.go#L2000: if c.server.shuttingDown() {
server.go#L3349: if s.shuttingDown() {
server.go#L3436: if s.shuttingDown() {
server.go#L3582: if s.shuttingDown() {
server.go#L3622: return !s.disableKeepAlives.Load() && !s.shuttingDown()
server.go#L3625: func (s *Server) shuttingDown() bool {
server.go#L3704: if s.shuttingDown() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |